* which-key.el (which-key--show-evil-operator-keymap): let not let*
authorJeremy Bryant <jb@jeremybryant.net>
Wed, 3 Apr 2024 20:16:03 +0000 (21:16 +0100)
committerJustin Burkett <justin@burkett.cc>
Tue, 9 Apr 2024 17:52:09 +0000 (13:52 -0400)
which-key.el

index 8837eefd43cb666ece1b0514a3c1cf7020b2344c..57825ca0e50c6af1051780327ecaf7f3984f8dd8 100644 (file)
@@ -2671,7 +2671,7 @@ KEYMAP is selected interactively by mode in
                           formatted-keys
                           nil "evil operator/motion keys"))
                    (which-key--show-page)))))
-      (let* ((key (read-key)))
+      (let ((key (read-key)))
         (when (member key '(?f ?F ?t ?T ?`))
           ;; these keys trigger commands that read the next char manually
           (setq which-key--inhibit-next-operator-popup t))